ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _SankeyPlotView<TOwnerView,TPlotDefinition,TNodeView,TFlowView> Class / _flowViews Property

In This Topic
    _flowViews Property (_SankeyPlotView<TOwnerView,TPlotDefinition,TNodeView,TFlowView>)
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Property _flowViews As List(Of TFlowView)
    public List<TFlowView> _flowViews {get;}
    See Also